home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 997 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  961 b 

  1. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  2. Date: Fri, 11 Feb 94 10:50:06 +0100
  3. Message-Id: <9402110950.AA02543@issan.informatik.uni-dortmund.de>
  4. To: Stephen.Usher@earth.ox.ac.uk
  5. In-Reply-To: <12102.9402110812@earth.ox.ac.uk> (message from Stephen Usher on Fri, 11 Feb 1994 08:12:04 +0000 (GMT))
  6. Subject: Re: Load average patch for MiNT 1.09.
  7.  
  8. Stephen Usher <Stephen.Usher@earth.ox.ac.uk> writes:
  9.  
  10. |> BUGS
  11.  
  12. |>     The uptime and load average code uses the Vertical Blank Interrupt
  13. |>     to update its values and assumes that the interrupt will happen
  14. |>     60 times per second. This is a false assumption on PAL STs running
  15. |>     in either ST Low or ST Medium resolutions in which case the uptime
  16. |>     clock will run slow.
  17.  
  18. It's worse than that, in ST High the frame clock is 72 Hz (on
  19. ST/STe's), and the uptime clock will run too fast. You should never
  20. make any assumptions about the frequency of the VBI. If you want a
  21. reliable clock, use etv_timer.
  22.